home *** CD-ROM | disk | FTP | other *** search
/ NatureWatch - Do It Yourself / NatureWatch - Do It Yourself - Disc 1.iso / Adobe Reader 6.0 / Installer / Data1.cab / DigSig.api / EXVW / 141 < prev    next >
Text File  |  2003-05-15  |  571b  |  19 lines

  1. gDialogWidth = max_char_width() * 24 + 30;
  2.  
  3. dialog(name: '$$$/Dialogs/DigSigSignDocument')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view (align_children: align_top) {
  8.             user_item(item_id: 'icon', width: 32, height: 32);
  9.             view (align_children: align_left)
  10.             {                
  11.                 static_text( item_id: 'hdr1', width: gDialogWidth);
  12.                 radio(item_id:'snew', name: '$$$/Dialogs/DigSigSignDocument/CreateNewField');
  13.                 radio(item_id:'invs', name: '$$$/Dialogs/DigSigSignDocument/SignInvisible');
  14.             }
  15.         }
  16.         ok_cancel_help(ok_name: '$$$/Dialogs/NextButton');
  17.     }
  18. }
  19.